@charset "UTF-8";
/* 基本色
--------------------------------------------*/
/* cv
--------------------------------------------*/
.ac_section--gray {
  background-color: #fff;
}
.ac_section--gray .ac_cv-tel__circle {
  background-color: var(--ac-light-gray);
}

#main {
  margin: 0;
  background: none;
}

@media screen and (max-width: 767px) {
  .p-doon {
    margin-bottom: 50px;
  }
}
.p-doon .main-content {
  font-family: "Noto Sans JP", sans-serif !important;
  text-align: left;
}
.p-doon .main-content h1,
.p-doon .main-content h2,
.p-doon .main-content h3,
.p-doon .main-content h4,
.p-doon .main-content h5,
.p-doon .main-content h6,
.p-doon .main-content p {
  letter-spacing: 0.1em;
}
.p-doon .main-content a {
  transition: 0.3s all ease;
}
.p-doon .main-content a:hover {
  filter: brightness(1.2);
}
@media screen and (max-width: 767px) {
  .p-doon .main-content a:hover {
    filter: none;
  }
}
.p-doon .font--montserrat {
  font-family: "Montserrat", sans-serif;
}
.p-doon .font--meiryo {
  font-family: "Meiryo", sans-serif;
}
.p-doon .main-content img {
  width: 100%;
}
.p-doon .txt-color--blue {
  color: #2993ca;
}
.p-doon .txt-note {
  font-size: 12px;
  text-indent: -1.1em;
  margin-left: 1em;
}
.p-doon .fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-doon .ttl--2 {
  font-weight: bold;
  font-size: 50px;
  display: block;
  margin: 0 auto 50px;
  text-align: center;
  background: linear-gradient(to right, #60aee1 0%, #7ec8a4 100%);
  background: -webkit- linear-gradient(to right, #60aee1 0%, #7ec8a4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-doon .ttl--2::after {
  display: block;
  content: "";
  width: 70px;
  height: 5px;
  margin: 1em auto 0;
  background: linear-gradient(to right, #60aee1 0%, #7ec8a4 100%);
}
.p-doon .ttl--2 > span {
  display: block;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-doon .ttl--2 {
    font-size: 40px;
  }
}
.p-doon .txt--large {
  font-size: 18px !important;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-doon .txt--large {
    font-size: 16px !important;
  }
}
.p-doon .txt-align--center {
  text-align: center;
}
.p-doon .txt-align--center2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-doon .txt-align--center2 {
    text-align: left;
  }
}
.p-doon .txt-align--left {
  text-align: left;
}
.p-doon .txt-align--right {
  text-align: right;
}
.p-doon .nav-doon {
  color: #fff;
  background-image: linear-gradient(to right, #60aee1 0%, #7ec8a4 100%);
  font-size: 16px;
  padding: 1em 0;
  display: block;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.p-doon .nav-doon__container {
  height: 20px;
  padding: 0 40px;
  display: flex;
  align-items: center;
}
.p-doon .nav-doon__menu {
  display: flex;
  position: static;
  align-items: center;
}
.p-doon .nav-doon__menu__lv-1 {
  display: inline-block;
  margin-right: 40px;
}
.p-doon .nav-doon__menu__lv-1.current {
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .p-doon .nav-doon__container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-doon .nav-doon {
    font-size: 14px;
  }
  .p-doon .nav-doon__container {
    height: 24px;
  }
  .p-doon .nav-doon__menu__lv-1 {
    margin-right: 30px;
  }
}
.p-doon .box--960w {
  max-width: 960px;
  margin: 0 auto;
}
.p-doon .content-box {
  padding: 100px 20px;
  background-color: #fff;
}
.p-doon .content-box.--bg-blue {
  background: linear-gradient(to right, #e8f2f9 0%, #e7f3fb 100%);
}
@media screen and (max-width: 767px) {
  .p-doon .content-box {
    padding: 50px 20px;
  }
}
.p-doon .column--2 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.p-doon .column--2 .box-child {
  width: 48%;
}
@media screen and (max-width: 560px) {
  .p-doon .column--2 {
    flex-wrap: wrap;
  }
  .p-doon .column--2 .box-child {
    width: 100%;
  }
}
.p-doon .column--3 .box-child {
  width: 33%;
}
.p-doon .column--4 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.p-doon .column--4 .box-child {
  width: 22%;
  height: auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.p-doon .column--4 .box-child > img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.p-doon .column--4 .box-child__ttl {
  width: 100%;
  text-align: center;
  flex-grow: 1;
  margin-bottom: 20px;
  line-height: 1.4;
  flex: 1;
  height: 100%;
  min-height: 15%;
}
.p-doon .column--4 .box-child__txt {
  width: 100%;
  flex-grow: 1;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: justify;
  flex: 2;
  height: 100%;
  min-height: 0%;
}
@media screen and (max-width: 560px) {
  .p-doon .column--4 {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .p-doon .column--4 .box-child {
    width: 45%;
    margin-bottom: 20px;
  }
  .p-doon .column--4 .box-child > img {
    margin-bottom: 20px;
  }
  .p-doon .column--4 .box-child__ttl {
    text-align: left;
    line-height: 1.4;
  }
  .p-doon .column--4 .box-child__txt {
    text-align: left;
    letter-spacing: 0.05em;
    min-height: auto;
  }
}
.p-doon .doon-button--1 {
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  border-radius: 50px;
  border: solid 2px #fff;
  padding: 1em 7em;
  transition: 0.2s;
  background-image: linear-gradient(90deg, rgb(0, 138, 223), rgb(0, 176, 153));
}
.p-doon .doon-button--1::after {
  position: absolute;
  content: "";
  top: 1.2em;
  right: 30px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 560px) {
  .p-doon .doon-button--1 {
    font-size: 18px;
    padding: 1em 5em;
  }
  .p-doon .doon-button--1::after {
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.p-doon .doon-button--2 {
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #2993ca;
  font-size: 18px;
  border-radius: 50px;
  border: solid 2px #2993ca;
  padding: 1em 4em;
  transition: 0.2s;
  background-color: #fff;
}
.p-doon .doon-button--2::after {
  position: absolute;
  content: "";
  top: 1.2em;
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #0080bb;
  border-right: 2px solid #0080bb;
  transform: rotate(45deg);
}
.p-doon .doon-button--3 {
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  border-radius: 50px;
  border: solid 2px #fff;
  padding: 1.3em 7em;
  transition: 0.2s;
  background-image: linear-gradient(90deg, rgb(255, 204, 0), rgb(255, 255, 0));
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.15);
}
.p-doon .doon-button--3::before {
  position: absolute;
  content: "";
  top: 1.1em;
  right: calc(50% + 3em);
  width: 37px;
  height: 37px;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/doon/assets/images/common/icon_mail svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-doon .doon-button--3::after {
  position: absolute;
  content: "";
  top: 1.5em;
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}
.p-doon .doon-button--3 > span {
  margin-left: 1.5em;
}
@media screen and (max-width: 560px) {
  .p-doon .doon-button--3 {
    padding: 1em 5em;
    font-size: 18px;
    width: 100%;
  }
  .p-doon .doon-button--3::before {
    top: 0.8em;
    width: 28px;
    height: 28px;
  }
  .p-doon .doon-button--3::after {
    top: 1.2em;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
}
.p-doon #qa .qa-ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.p-doon #qa .qa-list dl {
  position: relative;
  padding: 30px 34px;
  cursor: pointer;
  background-color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
}
.p-doon #qa .qa-list dl::before {
  position: absolute;
  top: 39.25px;
  right: 35px;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  content: "";
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/doon/assets/images/common/icon_open svg");
}
.p-doon #qa .qa-list dl dt p,
.p-doon #qa .qa-list dl dd p {
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-doon #qa .qa-list dl dt {
  position: relative;
  margin: 0 25px;
  padding: 0 25px;
  font-size: 20px;
  font-weight: normal;
  min-height: 43px;
}
.p-doon #qa .qa-list dl dt::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 43px;
  height: 43px;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/doon/assets/images/common/icon_q svg");
}
.p-doon #qa .qa-list dl dt p {
  margin-left: 40px;
  padding-top: 0.3em;
}
.p-doon #qa .qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 30px 25px;
  background-color: #e4e4e4;
}
.p-doon #qa .qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 30px;
  left: 25px;
  display: block;
  content: "";
  width: 43px;
  height: 43px;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/doon/assets/images/common/icon_a svg");
}
.p-doon #qa .qa-list dl dd p {
  margin-left: 63px;
  font-weight: bold;
  padding-top: 0.3em;
}
.p-doon #qa .qa-list dl dd p.qa-txt-note {
  font-size: 14px;
  text-indent: -1.1em;
  padding-left: 1em;
  font-weight: normal;
}
.p-doon #qa .qa-list dl dd p.qa-txt-example {
  font-size: 14px;
  font-weight: normal;
}
.p-doon #qa .qa-list .open::before {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/doon/assets/images/common/icon_close svg");
}
@media screen and (max-width: 560px) {
  .p-doon #qa .qa-list dl {
    padding: 20px;
  }
  .p-doon #qa .qa-list dl::before {
    top: 35px;
    right: 20px;
  }
  .p-doon #qa .qa-list dl dt p,
.p-doon #qa .qa-list dl dd p {
    font-size: 16px;
  }
  .p-doon #qa .qa-list dl dt {
    margin: 0 20px;
    padding: 0 20px;
  }
  .p-doon #qa .qa-list dl dt p {
    font-size: 16px;
  }
  .p-doon #qa .qa-list dl dd {
    padding: 20px;
  }
  .p-doon #qa .qa-list dl dd::before {
    top: 20px;
    left: 20px;
  }
}
.p-doon .cv-floating-link {
  transition: 0.3s all ease;
}
.p-doon .cv-floating-link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-doon .cv-floating-link:hover {
    opacity: 1;
  }
}
.p-doon .floating-banner {
  position: fixed;
  z-index: 99999;
  bottom: calc(50% - 141px - 60px);
  /*バナーの1/2の高さ+ヘッダーの高さを引いてブラウザ右中央に配置*/
  right: 0;
  width: 70px;
}
.p-doon .floating-banner__image {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-doon .floating-banner {
    bottom: 0;
    display: block;
    width: 100vw;
    padding: 15px 0;
    background: linear-gradient(to right, #ffff00 0%, #ffcc00 100%);
    text-align: center;
  }
  .p-doon .floating-banner__image {
    max-width: none;
    height: 20px;
  }
}
/*# sourceMappingURL=common.css.map */